<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.nav{
	width:100%;
	height:56px;
	line-height:56px;
	background:#004288;
	min-width:1100px;
	position: relative;
	margin-bottom: 2px;
}
/*nav-main*/
ul.nav-main{
    width: 1100px;
    height: 100%;
    list-style-type: none;
	margin:0px auto;
	position:relative;
}

/*鍥炬爣鍚戜笂鏃嬭浆*/

/*.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
*/

/*瀵艰埅鏉¤缃�*/
ul.nav-main&gt;li{
    float:left;font-size:18px;overflow:hidden; width:100px;padding: 0 20px 0 16px; text-align:center;color:#fff;
}
ul.nav-main&gt;li a{ color:#fff;}
ul.nav-main&gt;li:hover{
	background-image:url(../images/cur.jpg);
	background-repeat: no-repeat;
}
ul.nav-main&gt;li a:hover{
	color:#004288;
	text-decoration: none;
}
/*闅愯棌鐩掑瓙璁剧疆*/
div.hidden-box{
    width: 100px;
    border: 1px solid #004288;
    border-top: 0;
    position: absolute;
    display:none;
	background:#004288;
    top: 46px;
	text-align:center;
	z-index:9999;
}
.hidden-box&gt;ul{
    list-style-type: none;
    cursor: pointer;
	color:#fff;
}
.hidden-box li a{ color:#fff;}
.hidden-box li:hover{
    background: #037535;
    color: #fff;
}
/*闅愯棌鐩掑瓙浣嶇疆璁剧疆*/
.hidden-loc-index{
    left: 156px;
}
.hidden-loc-us{
    left: 312px;
}
.hidden-loc-info{
    left: 468px;
}
.hidden-loc-pro{
	left:624px;
}
.hidden-loc-con{
    left: 780px;
}</pre></body></html>